projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce9e3a4
)
* ; Clean-up out of date comment
author
AndreaCorallo
<akrl@sdf.org>
Sun, 1 Mar 2020 21:10:49 +0000
(21:10 +0000)
committer
Andrea Corallo
<akrl@sdf.org>
Sun, 1 Mar 2020 21:10:49 +0000
(21:10 +0000)
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index c3e797b9b17d918b2d87e5308d1796a2f928fd91..a9db8c6ff07322753a8e891200497429def9fa0f 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-1967,10
+1967,6
@@
These are substituted with a normal 'set' op."
(comp-log-func comp-func 3))))
(comp-ctxt-funcs-h comp-ctxt))))
-;; NOTE: After TCO runs edges, phis etc are not updated. In case some
-;; other pass that make use of them after here is added `comp-ssa'
-;; should be re-run.
-
\f
;;; Final pass specific code.